	// The bat waits halfway down the screen, and then dive-bombs the player.


setSpeed 0.6

right 5 angle 210 accel -0.03

straight below -10

left 0.5 angle 105 accel 0.1 X
setAccel -0.01 limit 0
left X angle 105 accel -0.1 0.5

straight frames 100
PlaySound batAttackSnd
straight frames 25

setSpeed 0.2
setAccel 0.015
left 3 angle 150

diveBombPlayer